projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86972ce
)
Exclude GtkPopover::pointing-to from the defaultvalue test
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jan 2014 19:20:51 +0000
(14:20 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jan 2014 19:20:51 +0000
(14:20 -0500)
testsuite/gtk/defaultvalue.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/defaultvalue.c
b/testsuite/gtk/defaultvalue.c
index d766269254216c11e984c1c848d5297cb581c95b..84a3d804294de5f210529033daf815c2b6adf817 100644
(file)
--- a/
testsuite/gtk/defaultvalue.c
+++ b/
testsuite/gtk/defaultvalue.c
@@
-137,6
+137,10
@@
test_type (gconstpointer data)
(strcmp (pspec->name, "use-header-bar") == 0))
continue;
+ if (g_type_is_a (type, GTK_TYPE_POPOVER) &&
+ (strcmp (pspec->name, "pointing-to") == 0))
+ continue;
+
if (g_type_is_a (type, GDK_TYPE_DISPLAY_MANAGER) &&
(strcmp (pspec->name, "default-display") == 0))
continue;